home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / ncftp2r1.zip / changes.os2 next >
Text File  |  1996-06-23  |  15KB  |  352 lines

  1. 06-23-96    Release 2.3.0.OS2 Release 1 - First Non-Beta Release
  2.  
  3.     Unfortunately, I have not had much time to work on NcFTP,
  4.     so I am releasing the first non-beta release, which includes
  5.     full source code.
  6.  
  7. 02-17-96    Release 2.3.0.OS2 Beta 9 
  8.  
  9.     o   Fix:    The new 'auto-reget' feature added in Beta 8 broke
  10.                 the forced overwrite function.  This has been fixed
  11.                 and the auto-reget code has been enhanced to be a 
  12.                 little smarter.
  13.  
  14.     o   Fix:    No longer filter out DBCS.  This enables chineese 
  15.                 characters to be displayed properly.  Please let
  16.                 me now if there are still problems.
  17.  
  18.     o   Add:    Added firewall.txt document.  This better documents
  19.                 how to run NcFTP behind a firewall or gateway.
  20.  
  21.     o   Chg:    NcFTP is now much smarter about determining your
  22.                 home directory (where it places it's config files).
  23.  
  24.                 If you have a conflict with the HOME environment var,
  25.                 you can use NCFTPDIR instead.
  26.  
  27.                 If you do not have a HOME or NCFTPDIR environment var
  28.                 set, NcFTP will default to the ETC environment variable.
  29.                 If it is not set, NcFTP will display a warning message
  30.                 that it cannot find a home and will not save preferences.
  31.  
  32.     o   Fix:    In the last release, I thought I had fixed the problem
  33.                 with pag *.txt not pausing between files.  Under certain
  34.                 circumstances, this still didn't work.  It should now
  35.                 function properly.
  36.  
  37.     o   Chg:    If you change your download directory in the prefs screen,
  38.                 NcFTP immediately changes to that new directory.
  39.  
  40.     o   Chg:    Changed the .SUBJECT extended attribute to be an ftp URL
  41.                 showing where the file was ftp'ed from.
  42.         
  43.     o   Chg:    Before, NcFTP would query the file system, if it was
  44.                 not equal to HPFS it would use FAT naming conventions.
  45.                 Now, NcFTP checks if FAT, if not, uses long names.        
  46.  
  47.     o   Fix:    Local directory commands such as LLS were broken 
  48.                 when using CMD.EXE as the shell.  
  49.  
  50. 02-03-96    Release 2.3.0.OS2 Beta 8 - Public Beta
  51.  
  52.     o   Fix:    Although the original documentation from the Unix
  53.                 version of NcFTP v2.3.0 claimed that reget was automatic,
  54.                 it was never implemented in the code.  Reget support is 
  55.                 only there if you specify the -C switch on the get command.
  56.                 I have added support for automatic reget and it should work 
  57.                 without adding the -C command line switch.  If there are 
  58.                 any problems with this, please let me know.
  59.  
  60.     o   Fix:    Passive mode did not work properly for those running
  61.                 behind a firewall.  I believe this is fixed now, if 
  62.                 not PLEASE let me know.
  63.  
  64.     o   Fix:    page *.txt when using more.com as the pager would not
  65.                 pause at end of the file.
  66.  
  67.     o   Fix:    Bookmark editor allows you to jump to host names by 
  68.                 using uppercase letters.  This did not work properly
  69.                 when bookmark names had uppercase names.
  70.  
  71.     o   Fix:    bdir would not reset the output to stdout when host
  72.                 transmission was interrupted.  Output would go to the
  73.                 second window.
  74.  
  75.     o   Fix:    Prefs - Redial Pause time would default to 60 seconds
  76.                 when you specified 0 as the delay time.
  77.  
  78.     o   Add:    Added a new 'hidden' option:  background-fullscreen
  79.                 If you added 'background-fullscreen 1' to your prefs
  80.                 file, all b* commands (bdir, bpage, etc), will spawn
  81.                 a full screen session instead of a window.
  82.  
  83.     o   Add:    F1 key will now call "view ncftp.inf" from within NcFTP.
  84.  
  85.     o   Fix:    Under certain conditions, editing the bookmarks file
  86.                 would cause the program to trap.  
  87.  
  88.     o   Fix:    All keypad keys now work.
  89.  
  90.     o   Fix:    When lines wrapped, NcFTP would not properly count them
  91.                 and you would loose a line from the display.
  92.  
  93.     o   Add:    Included an icon for NcFTP in the release archive.
  94.  
  95. 01-27-96    Release 2.3.0.OS2 Beta 7 - Public Beta
  96.  
  97.     o   Chg:    Moved NcFTP Documentation to an OS/2 .inf file.
  98.  
  99.     o   Chg:    Improved NcFTP's process semaphore handling.
  100.  
  101.     o   Fix:    More work to be done on Ctrl-C from redial.  I made it
  102.                 better in earlier betas, but it still has some problems.
  103.  
  104.     o   Fix:    NcFTP would open files in ASCII mode on systems that
  105.                 do not support the SIZE or MDTM commands.
  106.     
  107.     o   Fix:    NcFTP no longer requires GNU File Utilities to work.
  108.                 It now uses OS/2's internal commands (or 4OS2's).    
  109.  
  110.     o   Fix:    pls and pdir caused a [Hit Return] to be printed
  111.                 when it was not necessary.
  112.  
  113.     o   Fix:    If you do a 'forced reget' on a site that does not
  114.                 support this command, the Stat Progress Meter would
  115.                 not display the correct download count.
  116.  
  117.     o   Enh:    Added 'quiet-mode' to preferences file.  
  118.                 When set to 1 (TRUE), it will supress all beeps that
  119.                 NcFTP uses to alert you of something.
  120.  
  121.                 To turn this option on, you must manually edit the
  122.                 $(HOME)\.ncftp\prefs file and put the line:
  123.  
  124.                     quiet-mode 1
  125.  
  126.                 Sorry, but I'm out of room on the preferences screen!
  127.  
  128.     o   Chg:    When aborting a long directory listing, NcFTP actually
  129.                 has to complete the transfer.  I have added a msg
  130.                 that displays when you hit 'q' stating that the transfer
  131.                 is aborting. 
  132.  
  133.     o   Enh:    Added option to hosts editor to Save Directory on Exit.
  134.                 Each time you log into an ftp site, the directory you
  135.                 were last in is saved.  If you do not want NcFTP to 
  136.                 save the last directory, and always use the directory
  137.                 specified in the 'Directory' field, set 'Save Dir on
  138.                 Exit' to 'NO'.
  139.  
  140.     o   Add:    Wrote a small utility to convert your old v1.9.3 ncrecent
  141.                 file into a v2.3.0 ~/.ncftp/bookmarks file.
  142.  
  143.                 This utility will add to, not delete your existing bookmarks
  144.                 file.    
  145.  
  146.                 Pgm Name: ncf-1to2.exe
  147.  
  148. 01-22-96    Release 2.3.0.OS2 Beta 6 - Public Beta
  149.  
  150.     o   Fix:    Changed error message on domain name not found to 
  151.                 tell user to set domain name.
  152.  
  153.     o   Fix:    Ctrl-C would exit NcFTP.
  154.  
  155.     o   Fix:    When re-dialing, you would have to hit Ctrl-C multiple
  156.                 times to stop re-dialing.  Also, it would sometimes
  157.                 completely abort NcFTP.
  158.  
  159.  
  160. 01-21-96    Release 2.3.0.OS2 Beta 5
  161.  
  162.     o   Enh:    NcFTP is much smarter when dealing with command shells.
  163.                 If you simply do a ! to shell to OS/2, it will not prompt
  164.                 you to [Hit Enter], but if you run a command, it will
  165.                 pause so you can see the output.
  166.  
  167.                 Also, it automatically senses when you are using the
  168.                 the OS/2 more.com command and will always prompt you
  169.                 to [Hit Return] when it finishes.    
  170.  
  171.     o   Fix:    When using the OS/2 more command for your pager, files
  172.                 were being transfered in binary mode, not translating
  173.                 the LF to a CRLF, causing the screen to be unreadable.
  174.  
  175.     o   Enh:    Added transfer mode to all status meters.
  176.  
  177.     o   Fix:    If NcFTP cannot determine the HOSTNAME, it will 
  178.                 search the environment for HOSTNAME=???? and use
  179.                 that value as the hostname.
  180.  
  181.                 If NcFTP cannot determine the DOMAIN, it will
  182.                 search the environment for DOMAIN=??? and use
  183.                 that value as the hostname.        
  184.  
  185.     o   Fix:    lpage * would